Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

[installer] adjust name of installation-folder #1213

Merged
merged 3 commits into from
Sep 30, 2016

Conversation

luclu
Copy link
Contributor

@luclu luclu commented Sep 27, 2016

fixes #1178

There is some minor problem with the package name..
electron-builder’s name variable will be used for linux and win as well:

  • win will use it as folder name under %localappdata% but will cut off anything starting with an {dash, space, point} as NuGet will internally convert - for example - spaces to %20 but won't allow % for package ids
  • linux will use it as the package name in all lowercase

...best would be IMHO:

  • win: Ethereum-Wallet
  • linux: ethereum-wallet

...possible would be:

  • win: EthereumWallet
  • linux: ethereumwallet

edit 9/28: There might be a solution, follow the white rabbit......

@luclu luclu merged commit ca5004b into ethereum:develop Sep 30, 2016
@luclu luclu deleted the win-fix-wipe-out branch October 8, 2016 11:03
@lock
Copy link

lock bot commented Mar 31, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked and limited conversation to collaborators Mar 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New .deb installers cause Ethereum Wallet to wipe out Mist and vice versa
2 participants